.net create ienumerable of strings

43

.net create ienumerable of strings -

IEnumerable<string> m_oEnum = new List<string>() { "1", "2", "3"};

Comments

Submit
0 Comments